From 1696cae907832aae6140ad72765630af9ef352bd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 7 Jun 2007 07:19:01 +0000 Subject: [PATCH] (emacs-copyright): New constant. --- lisp/version.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/version.el b/lisp/version.el index 0ed3927d0fc..034a2ff5515 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -27,6 +27,9 @@ ;;; Code: +(defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." + "Short copyright string for this version of Emacs.") + (defconst emacs-version "22.1.50" "\ Version numbers of this version of Emacs.") -- 2.30.2